www.gusucode.com > 落叶冰点万能企业网站内容管理系统 V9.1 > 落叶冰点万能企业网站内容管理系统 V9.1\code\admin\D_index_load.asp

    <%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>后台管理</title>


<%


'**************************************************************
' 新动软网站管理系统
' 官方网站: http://www.aspcpu.com
' 系统作者: 阮丁远(网名:天下程序)
' Copyright 新动软网站管理系统 版权所有
'**************************************************************


%>
<%

dir_set="../"


%>


<!--#include file=../inc/conn.asp-->




<%


 
if qx_a1<>"1"  and qx_if_max=0 then



     session(nd_admin_cach_varb_name)=""

        session(nd_admin_cach_varb_name&"_pwd")=""


  
    response.cookies(nd_admin_cach_varb_name)=""

response.redirect "D_suodinguser.asp"
end if

%>

<script language="javascript">


window.moveTo(0,0);
window.resizeTo(screen.width,screen.height);



</script>





</head>


<%
if cstr(request("tiaog"))="1" then
response.redirect "D_admin_index_select.asp"
response.End()

end if

if request("myl")<>"" then
session("mylmylmyl")=request("myl")
else
session("mylmylmyl")=""
end if
%>


<frameset rows="95%,5%" border="0" width=100% framespacing="0">


<frame src="D_index_load_kernel.asp"  width=100% marginheight="0" marginwidth="0"  frameborder="0" />



<frame src="D_index_load_check.asp"  width=100% frameborder="0"/>
</frameset>


<noframes>需要frameset支持</noframes>




</html>